Skip to content

Drop social and mobile from contribute #6683

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions kitsune/users/jinja2/users/email/contributor.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,6 @@
<a href="{{ url }}">Localize help articles to your local language</a>
{% endtrans %}
</li>
<li>
{% trans url=add_utm('https://support.mozilla.org/en-US/contribute/social', 'contribute', source='new-social-contributor') %}
<a href="{{ url }}">Help users on social media</a>
{% endtrans %}
</li>
<li>
{% trans url=add_utm('https://support.mozilla.org/en-US/contribute/store', 'contribute', source='new-mobile-contributor') %}
<a href="{{ url }}">Respond to mobile store reviews</a>
{% endtrans %}
</li>
</ul>

<p>{{ _('<bold>Great! Now, how can I connect to other contributors?</bold>') }}</p>
Expand Down
14 changes: 0 additions & 14 deletions kitsune/users/jinja2/users/email/contributor.ltxt
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,6 @@ Localize help articles to your local language

{{ add_utm('https://support.mozilla.org/en-US/contribute/l10n', 'contribute', source='new-l10n-contributor') }}

{#- L10n: This is an email. Whitespace matters! -#}
{% trans %}
Help users on social media
{% endtrans %}

{{ add_utm('https://support.mozilla.org/en-US/contribute/social', 'contribute', source='new-social-contributor') }}

{% trans %}
Respond to mobile store reviews
{% endtrans %}

{{ add_utm('https://support.mozilla.org/en-US/contribute/store', 'contribute', source='new-social-contributor') }}


{#- L10n: This is an email. Whitespace matters! -#}
{{ _('Great! Now, how can I connect to other contributors?') }}

Expand Down
138 changes: 10 additions & 128 deletions svelte/contribute/Contribute.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@
{
link: "/kb/how-contribute-support-forum",
text: gettext(
"Learn more about forum contribution"
"Learn more about forum contribution",
),
},
],
],
fact: {
number: gettext("1 → 1000"),
text: gettext(
"Solving one issue helps up to 1000 users a day"
"Solving one issue helps up to 1000 users a day",
),
},
}}
Expand Down Expand Up @@ -123,7 +123,7 @@
{
link: "/contributors/kb-overview",
text: gettext(
"Explore the Knowledge Base Dashboard"
"Explore the Knowledge Base Dashboard",
),
},
],
Expand All @@ -132,7 +132,7 @@
{
link: "",
text: gettext(
"Check the Needs Update column and start editing articles!"
"Check the Needs Update column and start editing articles!",
),
},
],
Expand All @@ -147,7 +147,7 @@
fact: {
number: gettext("400 → 70+"),
text: gettext(
"One article can be viewed by 400 million users and translated into 70+ languages"
"One article can be viewed by 400 million users and translated into 70+ languages",
),
},
}}
Expand All @@ -156,7 +156,7 @@
<h2>{gettext("Share your wisdom with the world!")}</h2>
<p>
{gettext(
"If you like writing and teaching, then the Knowledge Base (KB) is the place for you. We need contributors that can write, edit or proofread articles in English. Thousands of people are accessing our Knowledge Base every week. Imagine how many will be helped by you!"
"If you like writing and teaching, then the Knowledge Base (KB) is the place for you. We need contributors that can write, edit or proofread articles in English. Thousands of people are accessing our Knowledge Base every week. Imagine how many will be helped by you!",
)}
</p>
</Area>
Expand All @@ -180,7 +180,7 @@
{
link: "/kb/locales",
text: gettext(
"Check if your locale is available and go to your localization dashboard"
"Check if your locale is available and go to your localization dashboard",
),
},
],
Expand All @@ -196,15 +196,15 @@
{
link: "/kb/how-contribute-article-localization",
text: gettext(
"Learn more about localization contribution"
"Learn more about localization contribution",
),
},
],
],
fact: {
number: gettext("400 → 70+"),
text: gettext(
"One article can be viewed by 400 million users and translated into 70+ languages"
"One article can be viewed by 400 million users and translated into 70+ languages",
),
},
}}
Expand All @@ -215,125 +215,7 @@
</h2>
<p>
{gettext(
"Help articles are not available in your language yet? You want to join the amazing team translating them? You will help millions of users in your language. Pretty heroic, right?"
)}
</p>
</Area>
</Route>
<Route path="social" let:location>
<Area
area={gettext("Social support")}
images={[imgDotsPng, imgDotsWebp, imgDots2xWebp]}
{location}
steps={{
steps: [
[
Linkable,
{
link: "/kb/social-support-guidelines",
text: gettext("Learn the basic guidelines"),
},
],
[
Linkable,
{
link: "https://bit.ly/conversocial-sign-up",
text: gettext("Request access to Conversocial"),
},
],
[
Linkable,
{
link: "",
text: gettext(
"Start replying from @FirefoxSupport!"
),
},
],
[
Linkable,
{
link: "/kb/how-contribute-social-support",
text: gettext(
"Learn more about social support contribution"
),
},
],
],
fact: {
number: gettext("1 → 300+"),
text: gettext(
"Help 300+ users who reach out for support on Twitter every month"
),
},
}}
>
<h1>{gettext("Support users on social media")}</h1>
<h2>
{gettext("Let’s help people so they can keep using Firefox!")}
</h2>
<p>
{gettext(
"Many users ask support questions on social media. With social support, you can help them by reply to their questions from our official account, @FirefoxSupport. Pretty cool, right?"
)}
</p>
</Area>
</Route>
<Route path="store" let:location>
<Area
area={gettext("Mobile Store support")}
images={[imgHandsPng, imgHandsWebp, imgHands2xWebp]}
{location}
steps={{
steps: [
[
Linkable,
{
link: "/kb/get-started-mobile-support",
text: gettext("Learn the basic guidelines"),
},
],
[
Linkable,
{
link: "https://bit.ly/conversocial-sign-up",
text: gettext("Request access to Conversocial"),
},
],
[
Linkable,
{
link: "",
text: gettext("Start replying to app reviews!"),
},
],
[
Linkable,
{
link: "/kb/how-contribute-mobile-support-start-here",
text: gettext(
"Learn more about mobile store support contribution"
),
},
],
],
fact: {
number: gettext("1 → 20k+"),
text: gettext(
"Help 20K+ users who leave reviews in mobile store every month"
),
},
}}
>
<h1>{gettext("Support Firefox users on mobile store")}</h1>
<h2>
{gettext(
"Help us respond to app reviews for our mobile products!"
)}
</h2>
<p>
{gettext(
"Smartphones are taking over the world. Nowdays, many people prefer to app reviews instead of going to the support forum. By joining, you can help them by replying to their reviews from the comfort of your desk. Pretty simple, right?"
"Help articles are not available in your language yet? You want to join the amazing team translating them? You will help millions of users in your language. Pretty heroic, right?",
)}
</p>
</Area>
Expand Down
12 changes: 0 additions & 12 deletions svelte/contribute/Picker.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
import forumImg from "./img/Support Forum.svg";
import kbImg from "./img/Support Articles.svg";
import l10nImg from "./img/Localization.svg";
import socialImg from "./img/Social Support.svg";
import storeImg from "./img/Play Store.svg";

export let location;
</script>
Expand Down Expand Up @@ -36,16 +34,6 @@
{gettext("Localize support content")}
</Tile>
{/if}
{#if location?.pathname != "/social"}
<Tile to="../social" img={socialImg}>
{gettext("Provide support on social channels")}
</Tile>
{/if}
{#if location?.pathname != "/store"}
<Tile to="../store" img={storeImg}>
{gettext("Respond to mobile store reviews")}
</Tile>
{/if}
</ul>
</nav>
</section>
Expand Down
2 changes: 0 additions & 2 deletions webpack.pre-render.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ module.exports = mergeWithRules({
"/contribute",
"/contribute/forum",
"/contribute/kb",
"/contribute/social",
"/contribute/l10n",
"/contribute/store",
],
}),
],
Expand Down